home *** CD-ROM | disk | FTP | other *** search
- on zapcheck
- if rollOver(3) = 1 then
- set the visible of sprite 3 to 1
- else
- set the visible of sprite 3 to 0
- end if
- if rollOver(4) = 1 then
- set the visible of sprite 4 to 1
- else
- set the visible of sprite 4 to 0
- end if
- if rollOver(5) = 1 then
- set the visible of sprite 5 to 1
- else
- set the visible of sprite 5 to 0
- end if
- if rollOver(6) = 1 then
- set the visible of sprite 6 to 1
- else
- set the visible of sprite 6 to 0
- end if
- if rollOver(7) = 1 then
- set the visible of sprite 7 to 1
- else
- set the visible of sprite 7 to 0
- end if
- if rollOver(8) = 1 then
- set the visible of sprite 8 to 1
- else
- set the visible of sprite 8 to 0
- end if
- if rollOver(9) = 1 then
- set the visible of sprite 9 to 1
- else
- set the visible of sprite 9 to 0
- end if
- if rollOver(10) = 1 then
- set the visible of sprite 10 to 1
- else
- set the visible of sprite 10 to 0
- end if
- if rollOver(11) = 1 then
- set the visible of sprite 11 to 1
- else
- set the visible of sprite 11 to 0
- end if
- if rollOver(12) = 1 then
- set the visible of sprite 12 to 1
- else
- set the visible of sprite 12 to 0
- end if
- if rollOver(13) = 1 then
- set the visible of sprite 13 to 1
- else
- set the visible of sprite 13 to 0
- end if
- end
-